home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / 2848F.ZIP / INPUTS2.ARC / ART11.DOC < prev    next >
Text File  |  1987-12-15  |  16KB  |  365 lines

  1. % ARTICLE DOCUMENT STYLE -- Released 9 June 1987
  2. %    for LaTeX version 2.09
  3. % Copyright (C) 1987 by Leslie Lamport
  4.  
  5. %  ****************************************
  6. %  *               FONTS                  *
  7. %  ****************************************
  8. %
  9.  
  10. \lineskip 1pt            % \lineskip is 1pt for all font sizes.
  11. \normallineskip 1pt
  12. \def\baselinestretch{1}
  13.  
  14. % Each size-changing command \SIZE executes the command
  15. %        \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE
  16. % where:
  17. %   BASELINESKIP = Normal value of \baselineskip for that size.  (Actual 
  18. %                  value will be \baselinestretch * BASELINESKIP.)
  19. %
  20. %  \FONTSIZE     = Name of font-size command.  The currently available
  21. %                  (preloaded) font sizes are: \vpt (5pt), \vipt (6pt),
  22. %                  \viipt (etc.), \viiipt, \ixpt, \xpt, \xipt, \xiipt,
  23. %                  \xivpt, \xviipt, \xxpt, \xxvpt.
  24. %  \@FONTSIZE    = The same as the font-size command except with an
  25. %                  '@' in front---e.g., if \FONTSIZE = \xivpt then
  26. %                  \@FONTSIZE = \@xivpt.
  27. %
  28. % For reasons of efficiency that needn't concern the designer,
  29. % the document style defines \@normalsize instead of \normalsize .  This is
  30. % done only for \normalsize, not for any other size-changing commands.
  31.  
  32. \def\@normalsize{\@setsize\normalsize{13.6pt}\xipt\@xipt
  33. \abovedisplayskip 11pt plus3pt minus6pt%
  34. \belowdisplayskip \abovedisplayskip
  35. \abovedisplayshortskip  \z@ plus3pt%   
  36. \belowdisplayshortskip  6.5pt plus3.5pt minus3pt%
  37. \let\@listi\@listI}   % Setting of \@listi added 9 Jun 87
  38.  
  39. \def\small{\@setsize\small{12pt}\xpt\@xpt
  40. \abovedisplayskip 10pt plus2pt minus5pt%
  41. \belowdisplayskip \abovedisplayskip
  42. \abovedisplayshortskip  \z@ plus3pt%   
  43. \belowdisplayshortskip  6pt plus3pt minus3pt
  44. \def\@listi{\topsep 6pt plus 2pt minus 2pt\parsep 3pt plus 2pt minus 1pt
  45. \itemsep \parsep}}
  46.  
  47. \def\footnotesize{\@setsize\footnotesize{11pt}\ixpt\@ixpt
  48. \abovedisplayskip 8pt plus 2pt minus 4pt%
  49. \belowdisplayskip \abovedisplayskip
  50. \abovedisplayshortskip \z@ plus 1pt%
  51. \belowdisplayshortskip 4pt plus 2pt minus 2pt
  52. \def\@listi{\topsep 4pt plus 2pt minus 2pt\parsep 2pt plus 1pt minus 1pt
  53. \itemsep \parsep}}
  54.  
  55. \def\scriptsize{\@setsize\scriptsize{9.5pt}\viiipt\@viiipt}
  56. \def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}
  57. \def\large{\@setsize\large{14pt}\xiipt\@xiipt}
  58. \def\Large{\@setsize\Large{18pt}\xivpt\@xivpt}
  59. \def\LARGE{\@setsize\LARGE{22pt}\xviipt\@xviipt}
  60. \def\huge{\@setsize\huge{25pt}\xxpt\@xxpt}
  61. \def\Huge{\@setsize\Huge{30pt}\xxvpt\@xxvpt}
  62.  
  63. \normalsize  % Choose the normalsize font.
  64.  
  65.  
  66. %  ****************************************
  67. %  *            PAGE LAYOUT               *
  68. %  ****************************************
  69. %
  70. % All margin dimensions measured from a point one inch from top and side
  71. % of page.  
  72.  
  73. % SIDE MARGINS:
  74. \if@twoside                 % Values for two-sided printing:
  75.    \oddsidemargin 36pt      %   Left margin on odd-numbered pages.
  76.    \evensidemargin 74pt     %   Left margin on even-numbered pages.
  77.    \marginparwidth 100pt    %   Width of marginal notes.
  78. \else                       % Values for one-sided printing:
  79.    \oddsidemargin 54pt      %   Note that \oddsidemargin = \evensidemargin
  80.    \evensidemargin 54pt
  81.    \marginparwidth 83pt 
  82. \fi
  83. \marginparsep 10pt          % Horizontal space between outer margin and 
  84.                             % marginal note
  85.  
  86.  
  87. % VERTICAL SPACING:        
  88.                          % Top of page:
  89. \topmargin 27pt          %    Nominal distance from top of page to top of
  90.  
  91. \headheight 12pt         %    Height of box containing running head.
  92. \headsep 25pt            %    Space between running head and text.
  93. % \topskip = 10pt        %    '\baselineskip' for first line of page.
  94.                          % Bottom of page:
  95. \footskip 30pt           %    Distance from baseline of box containing foot 
  96.                          %    to baseline of last line of text.
  97.  
  98. % DIMENSION OF TEXT:
  99. % 24 Jun 86: changed to explicitly compute \textheight to avoid roundoff.
  100. % The value of the multiplier was calculated as the floor of the
  101. % old \textheight minus \topskip, divided by \baselineskip for \normalsize.
  102. % The old value of \textheight was 530.4pt.
  103. % \textheight is the height of text (including footnotes and figures, 
  104. % excluding running head and foot).
  105.  
  106. \textheight = 38\baselineskip
  107. \advance\textheight by \topskip
  108. \textwidth 360pt         % Width of text line.
  109.                          % For two-column mode: 
  110. \columnsep 10pt          %    Space between columns 
  111. \columnseprule 0pt       %    Width of rule between columns.
  112.  
  113. % A \raggedbottom command causes 'ragged bottom' pages: pages set to
  114. % natural height instead of being stretched to exactly \textheight.
  115.  
  116. % FOOTNOTES:
  117.  
  118. \footnotesep 7.7pt    % Height of strut placed at the beginning of every
  119.                       % footnote = height of normal \footnotesize strut,
  120.                       % so no extra space between footnotes.
  121.  
  122. \skip\footins 10pt plus 4pt minus 2pt  % Space between last line of text and 
  123.                                        % top of first footnote.
  124.  
  125. % FLOATS: (a float is something like a figure or table)
  126. %
  127. %  FOR FLOATS ON A TEXT PAGE:
  128. %
  129. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  130. \floatsep 12pt plus 2pt minus 2pt        % Space between adjacent floats moved
  131.                                          % to top or bottom of text page.
  132. \textfloatsep 20pt plus 2pt minus 4pt    % Space between main text and floats
  133.                                          % at top or bottom of page.
  134. \intextsep 12pt plus 2pt minus 2pt       % Space between in-text figures and 
  135.                                          % text.
  136. \@maxsep 20pt                            % The maximum of \floatsep, 
  137.                                          % \textfloatsep and \intextsep (minus
  138.                                          % the stretch and shrink).
  139. %    TWO-COLUMN FLOATS IN TWO-COLUMN MODE:
  140. \dblfloatsep 12pt plus 2pt minus 2pt     % Same as \floatsep for double-column
  141.                                          % figures in two-column mode.
  142. \dbltextfloatsep 20pt plus 2pt minus 4pt % \textfloatsep for double-column 
  143.                                          % floats.
  144. \@dblmaxsep 20pt                         % The maximum of \dblfloatsep and 
  145.                                          % \dbltexfloatsep.
  146.  
  147. %  FOR FLOATS ON A SEPARATE FLOAT PAGE OR COLUMN:
  148. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  149. \@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be    
  150.                          % 0pt plus ...)                                    
  151. \@fpsep 8pt plus 2fil    % Space between floats on float page/column.       
  152. \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be 
  153.                          % 0pt plus ... )                                   
  154.  
  155. %   DOUBLE-COLUMN FLOATS IN TWO-COLUMN MODE.
  156. \@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)
  157. \@dblfpsep 8pt plus 2fil % Space between floats on float page.
  158. \@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be 
  159.                          % 0pt plus ... )                                   
  160. % MARGINAL NOTES:
  161. %
  162. \marginparpush 5pt       % Minimum vertical separation between two marginal 
  163.                          % notes.
  164.  
  165.  
  166. %  ****************************************
  167. %  *           PARAGRAPHING               *
  168. %  ****************************************
  169. %
  170. \parskip 0pt plus 1pt              % Extra vertical space between paragraphs.
  171. \parindent 17pt                    % Width of paragraph indentation.
  172. %\topsep 9pt plus 3pt minus 5pt    % Extra vertical space, in addition to 
  173.                                    % \parskip, added above and below list and
  174.                                    % paragraphing environments.
  175. \partopsep 3pt plus 1pt minus 2pt  % Extra vertical space, in addition to 
  176.                                    % \parskip and \topsep, added when user
  177.                                    % leaves blank line before environment.
  178. %\itemsep 4.5pt plus 2pt minus 1pt % Extra vertical space, in addition to
  179.                                    % \parskip, added between list items.
  180. % See \@listI for values of \topsep and \itemsep
  181. % (Change made 9 Jun 87)
  182.  
  183. % The following page-breaking penalties are defined
  184.  
  185. \@lowpenalty   51      % Produced by \nopagebreak[1] or \nolinebreak[1]
  186. \@medpenalty  151      % Produced by \nopagebreak[2] or \nolinebreak[2]
  187. \@highpenalty 301      % Produced by \nopagebreak[3] or \nolinebreak[3]
  188.  
  189. \@beginparpenalty -\@lowpenalty    % Before a list or paragraph environment.
  190. \@endparpenalty   -\@lowpenalty    % After a list or paragraph environment.
  191. \@itempenalty     -\@lowpenalty    % Between list items.
  192.  
  193. % \clubpenalty         % 'Club line'  at bottom of page.
  194. % \widowpenalty        % 'Widow line' at top of page.
  195. % \displaywidowpenalty % Math display widow line.
  196. % \predisplaypenalty   % Breaking before a math display.
  197. % \postdisplaypenalty  % Breaking after a math display.
  198. % \interlinepenalty    % Breaking at a line within a paragraph.
  199. % \brokenpenalty       % Breaking after a hyphenated line.
  200.  
  201.  
  202. %    ****************************************
  203. %    *             SECTIONS                 *
  204. %    ****************************************
  205. %
  206.  
  207. % \secdef{UNSTARCMDS}{STARCMDS} :
  208. %    When defining a sectionioning command without using
  209. %    \@startsection, you can use \secdef as follows:
  210. %       \def\part { ... \secdef \CMDA \CMDB }
  211. %       \def\CMDA  [#1]#2{ ... }     % Command to define \part[...]{...}
  212. %       \def\CMDB  #1{ ... }         % Command to define \part*{...}
  213.  
  214. \def\part{\par               % New paragraph
  215.    \addvspace{4ex}           % Adds vertical space above title.
  216.    \@afterindentfalse        % Suppresses indent in first paragraph.  Change
  217.    \secdef\@part\@spart}     % to \@afterindenttrue to have indent.
  218.  
  219. \def\@part[#1]#2{\ifnum \c@secnumdepth >\m@ne    % IF secnumdepth > -1
  220.         \refstepcounter{part}                    %  THEN step part counter
  221.         \addcontentsline{toc}{part}{\thepart     %       add toc line
  222.         \hspace{1em}#1}\else                     %  ELSE add unnumbered line
  223.       \addcontentsline{toc}{part}{#1}\fi         % FI
  224.    { \parindent 0pt \raggedright 
  225.     \ifnum \c@secnumdepth >\m@ne   % IF secnumdepth > -1 
  226.       \Large \bf Part \thepart     %   THEN Print 'Part' and 
  227.       \par\nobreak                 %          number in \Large boldface.
  228.     \fi                            % FI
  229.     \huge \bf                      % Select \huge boldface.
  230.     #2\markboth{}{}\par }          % Print title and set heading marks null.
  231.     \nobreak                       % TeX penalty to prevent page break.
  232.     \vskip 3ex                     % Space between title and text.
  233.    \@afterheading                  % Routine called after part and
  234.     }                              %     section heading.
  235.  
  236. % Heading for \part* command
  237. \def\@spart#1{{\parindent 0pt \raggedright 
  238.     \huge \bf                       
  239.     #1\par}                         % Title.
  240.     \nobreak                        % TeX penalty to prevent page break.
  241.     \vskip 3ex                      % Space between title and text.
  242.     \@afterheading                  % Routine called after part and
  243.   }                                 %     section heading.
  244.  
  245. % \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} 
  246. %            optional * [ALTHEADING]{HEADING}
  247. %    Generic command to start a section.  
  248. %    NAME       : e.g., 'subsection'
  249. %    LEVEL      : a number, denoting depth of section -- i.e., section=1,
  250. %                 subsection = 2, etc.  A section number will be printed if
  251. %                 and only if LEVEL < or = the value of the secnumdepth
  252. %                 counter.
  253. %    INDENT     : Indentation of heading from left margin
  254. %    BEFORESKIP : Absolute value = skip to leave above the heading.  
  255. %                 If negative, then paragraph indent of text following 
  256. %                 heading is suppressed.
  257. %    AFTERSKIP  : if positive, then skip to leave below heading,
  258. %                       else - skip to leave to right of run-in heading.
  259. %    STYLE      : commands to set style
  260. %  If '*' missing, then increments the counter.  If it is present, then
  261. %  there should be no [ALTHEADING] argument.  A sectioning command
  262. %  is normally defined to \@startsection + its first six arguments.
  263.  
  264. \def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus 
  265.     -.2ex}{2.3ex plus .2ex}{\Large\bf}}
  266. \def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus 
  267.    -.2ex}{1.5ex plus .2ex}{\large\bf}}
  268. \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus 
  269.  -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
  270. \def\paragraph{\@startsection
  271.      {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}
  272. \def\subparagraph{\@startsection
  273.      {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus 
  274.      .2ex}{-1em}{\normalsize\bf}}
  275.  
  276.  
  277. % Default initializations of \...mark commands.  (See below for their
  278. % us in defining page styles.
  279. %
  280.  
  281. % \def\sectionmark#1{}           % Preloaded definitions
  282. % \def\subsectionmark#1{}
  283. % \def\subsubsectionmark#1{}
  284. % \def\paragraphmark#1{}
  285. % \def\subparagraphmark#1{}
  286.  
  287. % The value of the counter secnumdepth gives the depth of the
  288. % highest-level sectioning command that is to produce section numbers.
  289. %
  290.  
  291. \setcounter{secnumdepth}{3}
  292.  
  293. % APPENDIX
  294. %
  295. % The \appendix command must do the following:
  296. %    -- reset the section and subsection counters to zero
  297. %    -- redefine the section counter to produce appendix numbers
  298. %    -- redefine the \section command if appendix titles and headings are
  299. %       to look different from section titles and headings.
  300.  
  301. \def\appendix{\par
  302.   \setcounter{section}{0}
  303.   \setcounter{subsection}{0}
  304.   \def\thesection{\Alph{section}}}
  305.  
  306.  
  307. %    ****************************************
  308. %    *                LISTS                 *
  309. %    ****************************************
  310. %
  311.  
  312. % The following commands are used to set the default values for the list
  313. % environment's parameters. See the LaTeX manual for an explanation of
  314. % the meanings of the parameters.  Defaults for the list environment are
  315. % set as follows.  First, \rightmargin, \listparindent and \itemindent
  316. % are set to 0pt.  Then, for a Kth level list, the command \@listK is
  317. % called, where 'K' denotes 'i', 'ii', ... , 'vi'.  (I.e., \@listiii is
  318. % called for a third-level list.)  By convention, \@listK should set
  319. % \leftmargin to \leftmarginK.
  320. %
  321.  
  322. \leftmargini 2.5em
  323. \leftmarginii 2.2em     % > \labelsep + width of '(m)'
  324. \leftmarginiii 1.87em   % > \labelsep + width of 'vii.'
  325. \leftmarginiv 1.7em     % > \labelsep + width of 'M.'
  326. \leftmarginv 1em
  327. \leftmarginvi 1em
  328.  
  329. \leftmargin\leftmargini
  330. \labelsep .5em
  331. \labelwidth\leftmargini\advance\labelwidth-\labelsep
  332. %\parsep 4.5pt plus 2pt minus 1pt  %(Removed 9 Jun 87)
  333.  
  334. % \@listI defines top level and \@listi values of
  335. % \leftmargin, \topsep, \parsep, and \itemsep
  336. % (Added 9 Jun 87)
  337. \def\@listI{\leftmargin\leftmargini \parsep 4.5pt plus 2pt minus 1pt%
  338. \topsep 9pt plus 3pt minus 5pt%
  339. \itemsep 4.5pt plus 2pt minus 1pt}
  340.  
  341. \let\@listi\@listI
  342. \@listi 
  343.  
  344. \def\@listii{\leftmargin\leftmarginii
  345.    \labelwidth\leftmarginii\advance\labelwidth-\labelsep
  346.    \topsep 4.5pt plus 2pt minus 1pt
  347.    \parsep 2pt plus 1pt minus 1pt
  348.    \itemsep \parsep}
  349.  
  350. \def\@listiii{\leftmargin\leftmarginiii
  351.     \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
  352.     \topsep 2pt plus 1pt minus 1pt 
  353.     \parsep \z@ \partopsep 1pt plus 0pt minus 1pt
  354.     \itemsep \topsep}
  355.  
  356. \def\@listiv{\leftmargin\leftmarginiv
  357.      \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
  358.  
  359. \def\@listv{\leftmargin\leftmarginv
  360.      \labelwidth\leftmarginv\advance\labelwidth-\labelsep}
  361.  
  362. \def\@listvi{\leftmargin\leftmarginvi
  363.      \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
  364.  
  365.